home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / ncurses-5.3.lha / ncurses-5.3 / misc / indent.pro < prev    next >
Text File  |  2002-10-24  |  757b  |  36 lines

  1. /* Use this with indent 2.0 (2.1 is not acceptable, since it has more bugs) */
  2. /* indent 4 columns */
  3. -i4
  4. /* tab stops every 8 columns */
  5. -ts8
  6. /* cuddle 'else' */
  7. -ce
  8. /* force blank lines after procedure body */
  9. -bap
  10. /* do not force newline after comma in declaration */
  11. -nbc
  12. /* do not force blank line after declarations */
  13. -nbad
  14. /* format braces inline */
  15. -br
  16. /* do not line up parentheses */
  17. -lp
  18. /* put the type of a procedure on the line before its name */
  19. -psl
  20. /* do not insert a space between procedure name and '(' */
  21. -npcs
  22. /* leave preprocessor space */
  23. -lps
  24. /* swallow optional blank lines */
  25. -sob
  26. /* continuation indent of 0 spaces */
  27. -ci0 
  28. /* force space before semicolon on same line */
  29. -ss
  30.  
  31. /* for vile */
  32. -T size_t
  33. -T LINE
  34. -T BUFFER
  35. -T WINDOW
  36.